The property list can be used to set many export options for the HTML and LaTeX exporters. In most cases, these properties correspond to user variables in Org. The table below lists these properties along with the variable they belong to. See the documentation string for the respective variable for details.
:link-up |
org-export-html-link-up |
:link-home |
org-export-html-link-home |
:language |
org-export-default-language |
:customtime |
org-display-custom-times |
:headline-levels |
org-export-headline-levels |
:section-numbers |
org-export-with-section-numbers |
:section-number-format |
org-export-section-number-format |
:table-of-contents |
org-export-with-toc |
:preserve-breaks |
org-export-preserve-breaks |
:archived-trees |
org-export-with-archived-trees |
:emphasize |
org-export-with-emphasize |
:sub-superscript |
org-export-with-sub-superscripts |
:special-strings |
org-export-with-special-strings |
:footnotes |
org-export-with-footnotes |
:drawers |
org-export-with-drawers |
:tags |
org-export-with-tags |
:todo-keywords |
org-export-with-todo-keywords |
:priority |
org-export-with-priority |
:TeX-macros |
org-export-with-TeX-macros |
:LaTeX-fragments |
org-export-with-LaTeX-fragments |
:latex-listings |
org-export-latex-listings |
:skip-before-1st-heading |
org-export-skip-text-before-1st-heading |
:fixed-width |
org-export-with-fixed-width |
:timestamps |
org-export-with-timestamps |
:author-info |
org-export-author-info |
:email-info |
org-export-email-info |
:creator-info |
org-export-creator-info |
:tables |
org-export-with-tables |
:table-auto-headline |
org-export-highlight-first-table-line |
:style-include-default |
org-export-html-style-include-default |
:style |
org-export-html-style |
:style-extra |
org-export-html-style-extra |
:convert-org-links |
org-export-html-link-org-files-as-html |
:inline-images |
org-export-html-inline-images |
:html-extension |
org-export-html-extension |
:xml-declaration |
org-export-html-xml-declaration |
:html-table-tag |
org-export-html-table-tag |
:expand-quoted-html |
org-export-html-expand |
:timestamp |
org-export-html-with-timestamp |
:publishing-directory |
org-export-publishing-directory |
:preamble |
org-export-html-preamble |
:postamble |
org-export-html-postamble |
:auto-preamble |
org-export-html-auto-preamble |
:auto-postamble |
org-export-html-auto-postamble |
:author |
user-full-name |
:email |
user-mail-address :
addr;addr;.. |
:select-tags |
org-export-select-tags |
:exclude-tags |
org-export-exclude-tags |
:latex-image-options |
org-export-latex-image-default-option |
Most of the org-export-with-* variables have the
same effect in both HTML and LaTeX exporters, except for
:TeX-macros and :LaTeX-fragments,
respectively nil and t in the LaTeX
export.
When a
property is given a value in
org-publish-project-alist, its setting overrides the
value of the corresponding user variable (if any) during
publishing. Options set within a file (see Export options),
however, override everything.